Skip to content

fix(cargo-fmt): use project toolchain#470

Merged
ReenigneArcher merged 1 commit into
masterfrom
fix/cargo-fmt/use-project-toolchain
Jun 14, 2025
Merged

fix(cargo-fmt): use project toolchain#470
ReenigneArcher merged 1 commit into
masterfrom
fix/cargo-fmt/use-project-toolchain

Conversation

@ReenigneArcher
Copy link
Copy Markdown
Member

Description

The current action is installing the stable toolchain, which while equivalent to the project toolchain they install components to separate locations which cannot be accessed correctly.

GitHub hosted runners now include rust, rustup and other rust tools so we can just invoke those directly.

Screenshot

Issues Fixed or Closed

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency update (updates to dependencies)
  • Documentation update (changes to documentation)
  • Repository update (changes to repository files, e.g. .github/...)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the in code docstring/documentation-blocks for new or existing methods/components

@sonarqubecloud
Copy link
Copy Markdown

@ReenigneArcher ReenigneArcher merged commit e3b8d2d into master Jun 14, 2025
16 checks passed
@ReenigneArcher ReenigneArcher deleted the fix/cargo-fmt/use-project-toolchain branch June 14, 2025 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant